home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / tbe_001.arc / AREAS.TB next >
Text File  |  1991-06-27  |  9KB  |  191 lines

  1. ; =============================================================================
  2. ; Sample AREAS.TB as distributed with The-Box Edit 1.00
  3.  
  4. ; The behaviour of the options in AREAS.TB is relative to their position in the
  5. ; file.  If the area before any AREA definition, the specify the defaults for
  6. ; the entire file.  If they follow an AREA definition, they only apply to that
  7. ; area. Other applications may use other option names as well, for instance
  8. ; ECHOTAG and ECHO for echomail processors, MSGKEEP for killing old msgs, etc.
  9. ; One application doesn't bother another, and the system is very flexible, so
  10. ; in principe all applications can use this one file for all their msg areas.
  11.  
  12.  
  13. ; -----------------------------------------------------------------------------
  14. ; QUICKBBSPATH <PATH>
  15. ; -----------------------------------------------------------------------------
  16. ; Where TB-EDIT can find the QuickBBS/RemoteAccess messagebase files
  17. ; Default uses the homepath (MAILER environment var, or current directory).
  18. ; If there are any areas using this format, and no msgbase exists yet, it will
  19. ; be created for you!
  20. ; This statement may only be used once, and before any area definitions!
  21. ;quickbbspath d:\mail\
  22.  
  23.  
  24. ; -----------------------------------------------------------------------------
  25. ; PSEUDONYM <NAME>
  26. ; -----------------------------------------------------------------------------
  27. ; Optional user name.  Default is the TB.CFG sysop name.
  28. ; For msg received flagging, both this name and sysop name area used.
  29. ; Maximum length is 35 characters.
  30. ;pseudonym SYSOP
  31.  
  32.  
  33. ; -----------------------------------------------------------------------------
  34. ; ALIAS <ADDRESS>
  35. ; -----------------------------------------------------------------------------
  36. ; Optional user address.  Default is the first TB.CFG address.
  37. ;alias 1:123/456.789@alternet
  38.  
  39.  
  40. ; -----------------------------------------------------------------------------
  41. ; ORIGIN <STRING>
  42. ; -----------------------------------------------------------------------------
  43. ; Optional origin string.  Doublequotes (") may be used.
  44. ; The default origin is an empty string, ie "".
  45. ; Maximum length is 65 characters.
  46. ;origin "This is a some silly origin line...."
  47.  
  48.  
  49. ; -----------------------------------------------------------------------------
  50. ; ECHOTAG <NAMETAG>
  51. ; -----------------------------------------------------------------------------
  52. ; Optional EchoMail nametag, used with the ECHOOUT statement.
  53. ; No default possible, so you can't use this statement before the first area.
  54. ;echotag ENET.SYSOP
  55.  
  56.  
  57. ; -----------------------------------------------------------------------------
  58. ; TEXTFILE <PATHNAME>
  59. ; -----------------------------------------------------------------------------
  60. ; Optional textfile name.  Default is PRN (first printer port).
  61. ; Used by the message export function.
  62. ; Maximum length is 40 characters.
  63. ;textfile d:\mail\archive.txt
  64.  
  65.  
  66. ; -----------------------------------------------------------------------------
  67. ; SECURITY <FLAG>
  68. ; -----------------------------------------------------------------------------
  69. ; Message security (net and local areas)
  70. ; PUBLIC   Msg can be read by anyone (default).
  71. ; PRIVATE  Msg can only be read by from, to and sysops.
  72. ;security private
  73.  
  74.  
  75. ; -----------------------------------------------------------------------------
  76. ; PRIORITY <FLAG>
  77. ; -----------------------------------------------------------------------------
  78. ; Message priority (net areas)
  79. ; HOLD       Tell packer/mailer to hold msg for pickup.
  80. ; NORMAL     usally means apply normal routing (default).
  81. ; CRASH      Send as soon as possible.
  82. ; IMMEDIATE  Send straight away, no excuses.
  83. ;priority crash
  84.  
  85.  
  86. ; -----------------------------------------------------------------------------
  87. ; HANDLING <FLAG>
  88. ; -----------------------------------------------------------------------------
  89. ; Message handling (net areas)
  90. ; KEEPSENT  Keep message after it has been packed/sent (default).
  91. ; KILLSENT  Kill message after sending.
  92. ;handling killsent
  93.  
  94.  
  95. ; -----------------------------------------------------------------------------
  96. ; COOKIEFILE <PATHNAME>
  97. ; -----------------------------------------------------------------------------
  98. ; Complete path/name of fortune cookie file.  Default is no cookie file
  99. ; Format is plain ASCII.  Cookies may be several lines long, and are
  100. ; seperated from eachother by ONE empty line.  At the start of the file
  101. ; should be TWO empty lines, and ONE at the end.
  102. ;cookiefile d:\mail\cookie.dat
  103.  
  104.  
  105. ; -----------------------------------------------------------------------------
  106. ; ENTER_MACRO <KEY_STRING>
  107. ; -----------------------------------------------------------------------------
  108. ; Key macro, used when entering a new message.
  109. ;enter_macro \178
  110.  
  111.  
  112. ; -----------------------------------------------------------------------------
  113. ; REPLY_MACRO <KEY_STRING>
  114. ; -----------------------------------------------------------------------------
  115. ; Key macro, used when sending a reply.
  116. ;reply_macro \178Responding to your message of <\215> to \211 (\213)\00d\00d
  117.  
  118.  
  119. ; -----------------------------------------------------------------------------
  120. ; QUOTE_MACRO <KEY_STRING>
  121. ; -----------------------------------------------------------------------------
  122. ; Key macro, used when making a quoted reply.
  123. ;quote_macro  \178In a message of <\215>, \210 (\212) wrote:\00d\00d
  124.  
  125.  
  126. ; -----------------------------------------------------------------------------
  127. ; CHANGE_MACRO <KEY_STRING>
  128. ; -----------------------------------------------------------------------------
  129. ; Key macro, used when changing someone else's message.
  130. ;change_macro \020* Message changed by \207 (\206), originally dated <\215>\00d\00d
  131.  
  132.  
  133. ; -----------------------------------------------------------------------------
  134. ; DEFAULT <COMMAND>
  135. ; -----------------------------------------------------------------------------
  136. ; This is a very nasty one if you don't understand its use.
  137. ; Put this in front of any of the commands previously listed to change default
  138. ; settings right in between area definitions.
  139. ;default origin "This is an alternate origin line"
  140.  
  141.  
  142. ; -----------------------------------------------------------------------------
  143. ; AREA <FORMAT> <TYPE> <PATH|NUMBER> [<DESCRIPTION>]
  144. ; -----------------------------------------------------------------------------
  145. ; Formats are FIDO, PANDORA, RBBS and QUICKBBS.
  146. ; Types are LOCAL, NET, ECHO, LEAF, MIDDLE, TOP, GROUPGATE.
  147. ; NET signifies netmail style areas (ie adresses etc).
  148. ; ECHO or GROUPGATE allow for origin lines.
  149. ; Provide path for FIDO format, path plus base filename for PANDORA,
  150. ; complete pathname for RBBS, or an areanumber for QUICKBBS.
  151. ; Doublequotes (") in the description may be used.
  152. ; If there is no area description, the path or number will be used
  153. ; instead (in the area selection function, the msg header, etc).
  154.  
  155.       
  156. ; -----------------------------------------------------------------------------
  157. ; Another example of what you can do with AREAS.TB
  158. ; First some defaults for English lingo, then some areas, each with their own
  159. ; peculiarities, and then alter the defaults for a Dutch-lingo cookiefile.
  160. ; I know, it takes some getting used to, but it's VERY flexible!
  161. ; -----------------------------------------------------------------------------
  162. ;quickbbspath d:\mail\
  163.  
  164. ;origin "AINEX-RBBS [NL-33-611916] HQ European Magazine for BBS!"
  165. ;cookiefile d:\mail\cookie.eng
  166. ;enter_macro  \178
  167. ;reply_macro  \178Responding to your message of <\215> to \211 (\213)\00d\00d
  168. ;quote_macro  \178In a message of <\215>, \210 (\212) wrote:\00d\00d
  169. ;change_macro \020* Message changed by \207 (\206), originally dated <\215>\00d\00d
  170.  
  171. ;area  quickbbs net       1                  "QuickBBS NetMail"
  172. ;security private
  173. ;area  fido     groupgate d:\mail\ainexpnt\  "Fido echo/group conference"
  174. ;area  rbbs     local     d:\mail\mainm.def  "Local RBBS general messagefile"
  175. ;pseudonym Sysop
  176.  
  177. ;default origin "Nederlandstalige conferences volgen!"
  178. ;default reply_macro Hoi, in antwoord op jouw message\00d
  179. ;default cookiefile d:\mail\cookie.nl
  180. ;area  pandora  net       d:\mail\netmail    "Pandora NetMail"
  181. ;priority crash
  182. ;handling killsent
  183. ;textfile d:\mail\archive.net
  184. ;area  quickbbs echo      2                  "QuickBBS echomail (SIGnet)"
  185. ;echotag ENET.BLABLA
  186. ;origin "Mijn andere ik"
  187. ;alias 27:2331/1006.0
  188.  
  189.  
  190. ; =============================================================================
  191.